home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Languages Suite
/
ProgramD2.iso
/
Borland
/
Borland C++ V5.02
/
INSTXTRA.PAK
/
BAENG32.DLL
/
string.txt
Wrap
Text File
|
1997-05-06
|
3KB
|
78 lines
4097 Preprocessor nesting level too deep
4098 #ELSE without prior #IFDEF
4099 #ENDIF without prior #IFDEF
4100 #ENDIF expected
4101 Unable to open script: @1
4102 Unknown preprocessor directive: @1
4103 Unable to open include file: @1
4104 Missing ')' in macro: '@1'.
4105 #ERROR: @1.
4106 Macro '@1' must have less than 16 arguments.
4107 Macro expansion text for '@1' is too large.
4108 Wrong number of arguments in call to macro: '@1'.
4109 Module level code is too large.
4110 Unterminated string: @1.
4111 Improperly formatted character constant: '@1'
4112 Unexpected end of file due to an unterminated comment.
4113 End of comment encountered outside of a comment block.
4114 Recursive macro expansion of '@1' is too deep.
4116 Bad Object Module
4117 Illegal character '@1' encountered
4126 Unexpected end of statement
4127 Unexpected end of line
4128 Unexpected end of file
4129 Unexpected ','
4130 Unexpected '.'
4131 Unexpected operator '@1'
4132 Token '@1' is unknown
4133 Syntax error
4134 ')' expected
4135 Invalid function definition
4136 Object expected
4137 Illegal function name '@1'
4138 Should declare local '@1' before using it
4148 GOTO to an unknown label
4149 A STEP value of 0 will result in an endless loop (use WHILE if this is desired)
4150 Attempted divide by zero
4151 Attempted modulo by zero
4152 Parameter to LOAD must be a string
4153 Illegal opcode encountered
4173 Unitialized value on right hand side of assignment
4174 Attempt to use negative array index value
4175 Call to non-existent method
4176 Attempted method/property access using unallocated object
4177 Reference to non-existent property
4196 Got '@1' when keyword '@2' was expected.
4197 Unexpected '@1'.
4198 Syntax error - '@1' was unexpected.
4199 Token @1 is unknown.
4200 CONTINUE is only allowed inside of Catch handlers
4201 Statement cannot be used at the Module Level
4202 String expected
4203 Symbol @1 is already defined
4204 ELSE without preceeding IF
4205 '|' expected
4206 Identifier expected
4207 Too many expressions in array initialization
4208 END encountered at module scope
4209 Redefinition of module name/description
4296 syntax error
4297 @1 expected
4298 Unexpected @1
4299 Invalid block
4300 Unrecognized block
4301 Unknown Token
4302 Statement cannot be use at the Module Level
4303 String expected
4304 Symbol already defined
4305 Default parameter must be last
4306 Too many defaults
4307 ELSE without preceeding IF
4308 Missing '('
4309 Missing ')'
4310 Identifier expected
4311 Missing term in expression
4312 '|' expected
4313 '.' expected
4314 Too many expressions in array initialization